List of Programs
1-2 An alternative version of Program 1-1
2-3 Example of a fancy comment using the asterisk style
2-4 Example of a fancy comment using the /* */ style
2-5 Incorrect nesting of /* */ style comments
3-1 Demonstrating list input with blanks as delimiters
3-2 Adding PROC PRINT to list the observations in the data set
3-3 Reading data from a comma-separated values (CSV) file
3-4 Using a FILENAME statement to identify an external file
3-5 Demonstrating the DATALINES statement